iT邦幫忙

0

(6)Python的基礎介紹和爬蟲

  • 分享至 

  • xImage
  •  

Python 集合、字典的基本運算

集合的寫法:{資料} ex:s1={3,4,5}
判斷資料有沒有在集合內可以用in來判斷如果用會回傳True沒有則回傳False
也可以用not in 來判斷
https://ithelp.ithome.com.tw/upload/images/20221001/20152724zi1GCoCDo3.png

&表示交集指的是兩個集合中相同的元素
|表示聯集指的是兩個集合中所有的元素
-表示差集指的是從前面的元素減去和後面的元素重疊的部分
^表示反交集指的是取兩個集合中不重疊的資料
https://ithelp.ithome.com.tw/upload/images/20221001/20152724ImnkyH3OZE.png

set(字串)把字串拆成集合
https://ithelp.ithome.com.tw/upload/images/20221001/20152724qRRVzaqmgK.png

字典 key-value配對 可以取出key的value,也可以直接修改key中的value 也可以用del刪除key
https://ithelp.ithome.com.tw/upload/images/20221001/20152724nhzKLVBd4t.png

資料來源:https://www.youtube.com/watch?v=L3-KuGYhw78&list=PL-g0fdC5RMboYEyt6QS2iLb_1m7QcgfHk&index=5


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言